+Tue Feb 26 19:45:29 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkcombo.c (gtk_combo_set_popdown_strings):
+ Call gtk_combo_set_popdown_strings() in case
+ the combo is up currently. (#63535, Skip Montaro)
+
Tue Feb 26 19:38:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init):
+Tue Feb 26 19:45:29 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkcombo.c (gtk_combo_set_popdown_strings):
+ Call gtk_combo_set_popdown_strings() in case
+ the combo is up currently. (#63535, Skip Montaro)
+
Tue Feb 26 19:38:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init):
+Tue Feb 26 19:45:29 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkcombo.c (gtk_combo_set_popdown_strings):
+ Call gtk_combo_set_popdown_strings() in case
+ the combo is up currently. (#63535, Skip Montaro)
+
Tue Feb 26 19:38:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init):
+Tue Feb 26 19:45:29 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkcombo.c (gtk_combo_set_popdown_strings):
+ Call gtk_combo_set_popdown_strings() in case
+ the combo is up currently. (#63535, Skip Montaro)
+
Tue Feb 26 19:38:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init):
+Tue Feb 26 19:45:29 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkcombo.c (gtk_combo_set_popdown_strings):
+ Call gtk_combo_set_popdown_strings() in case
+ the combo is up currently. (#63535, Skip Montaro)
+
Tue Feb 26 19:38:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init):
+Tue Feb 26 19:45:29 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkcombo.c (gtk_combo_set_popdown_strings):
+ Call gtk_combo_set_popdown_strings() in case
+ the combo is up currently. (#63535, Skip Montaro)
+
Tue Feb 26 19:38:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init):
+Tue Feb 26 19:45:29 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkcombo.c (gtk_combo_set_popdown_strings):
+ Call gtk_combo_set_popdown_strings() in case
+ the combo is up currently. (#63535, Skip Montaro)
+
Tue Feb 26 19:38:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init):
g_return_if_fail (GTK_IS_COMBO (combo));
g_return_if_fail (strings != NULL);
+ gtk_combo_popdown_list (combo);
+
gtk_list_clear_items (GTK_LIST (combo->list), 0, -1);
list = strings;
while (list)